Xend forgets to write the domain's VDI UUID into the domain state file
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 18 Mar 2008 13:14:26 +0000 (13:14 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 18 Mar 2008 13:14:26 +0000 (13:14 +0000)
commit751e5ae7c399e0dcfad64bf6a2f35f325e7d87d2
tree1940ac70351e9d2082c82409ed276382d87d6aea
parenta5678887ccb39790944a526500ed1f84e304698b
Xend forgets to write the domain's VDI UUID into the domain state file
once the domain is started (before it's there). Once xend is restarted
it will not know the association between the VBD and VDI anymore due
to the missing UUID. This patch fixes this.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/python/xen/xend/XendConfig.py